DataConnector
DbConnectionWrap<TInnerConnection,TInnerCommand,TInnerParameter> クラス
メンバ 

C1.AdoNet.D365S アセンブリ > C1.DataConnector.AdoNet 名前空間 : DbConnectionWrap<TInnerConnection,TInnerCommand,TInnerParameter> クラス
特定のデータソースのデータプロバイダをカスタマイズするために使用される DBConnection Wrap クラス。
オブジェクト モデル
DbConnectionWrap<TInnerConnection,TInnerCommand,TInnerParameter> クラス
シンタックス
'宣言
 
Public MustInherit Class DbConnectionWrap
    (Of TInnerConnection As {New, System.Data.Common.DbConnection},
     TInnerCommand As {New, System.Data.Common.DbCommand},
     TInnerParameter As System.Data.Common.DbParameter) 
   Inherits System.Data.Common.DbConnection
public abstract class DbConnectionWrap<TInnerConnection,TInnerCommand,TInnerParameter> : System.Data.Common.DbConnection 
where TInnerConnection: new(), System.Data.Common.DbConnection
where TInnerCommand: new(), System.Data.Common.DbCommand
where TInnerParameter: System.Data.Common.DbParameter
型パラメータ
TInnerConnection
TInnerCommand
TInnerParameter
継承階層

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Data.Common.DbConnection
            C1.DataConnector.AdoNet.DbConnectionWrap<TInnerConnection,TInnerCommand,TInnerParameter>
               C1.AdoNet.D365S.C1D365SConnection

参照

DbConnectionWrap<TInnerConnection,TInnerCommand,TInnerParameter> メンバ
C1.DataConnector.AdoNet 名前空間